PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class / setEvenPagesFooter Method
A footer object to be displayed on document's even pages.
In This Topic
    setEvenPagesFooter Method
    In This Topic
    Sets the footer for even pages in the document.
    If this method is called with null, no footer is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different footer for even pages, call this method after calling the method.
    Syntax
    public void setEvenPagesFooter( 
       PDFFlowDocumentFooter value
    )

    Parameters

    value
    A footer object to be displayed on document's even pages.
    See Also